home *** CD-ROM | disk | FTP | other *** search
/ Chip 2007 January, February, March & April / Chip-Cover-CD-2007-02.iso / Pakiet bezpieczenstwa / mini Pentoo LiveCD 2006.1 / mpentoo-2006.1.iso / livecd.squashfs / var / db / pkg / dev-cpp / gtkmm-2.8.1 / gtkmm-2.8.1.ebuild < prev    next >
Text File  |  2006-04-20  |  639b  |  25 lines

  1. # Copyright 1999-2006 Gentoo Foundation
  2. # Distributed under the terms of the GNU General Public License v2
  3. # $Header: /var/cvsroot/gentoo-x86/dev-cpp/gtkmm/gtkmm-2.8.1.ebuild,v 1.8 2006/03/14 23:14:17 gustavoz Exp $
  4.  
  5. inherit gnome2
  6.  
  7. DESCRIPTION="C++ interface for GTK+2"
  8. HOMEPAGE="http://gtkmm.sourceforge.net/"
  9.  
  10. LICENSE="LGPL-2.1"
  11. SLOT="2.4"
  12. KEYWORDS="alpha amd64 hppa ppc ppc64 sparc x86"
  13. IUSE=""
  14. G2CONF="--disable-examples --disable-demos"
  15.  
  16. RDEPEND=">=dev-cpp/glibmm-2.7
  17.     >=x11-libs/gtk+-2.7
  18.     >=dev-libs/libsigc++-2.0
  19.     >=dev-libs/atk-1.9.1"
  20.  
  21. DEPEND="${RDEPEND}
  22.     dev-util/pkgconfig"
  23.  
  24. DOCS="AUTHORS CHANGES ChangeLog PORTING NEWS README"
  25.